GitLab CI Kotlin DSL
Toggle table of contents
0.4.0
common
Platform filter
common
Switch theme
Search in API
GitLab CI Kotlin DSL
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci.script
Package-level
declarations
Methods related to declaring the
script
part of jobs.
See
shell
.
Types
Functions
Types
Command
Link copied to clipboard
abstract
class
Command
:
YamlExport
Command
Dsl
Link copied to clipboard
class
CommandDsl
(
list
:
MutableList
<
Command
>
)
Shell
Link copied to clipboard
data
class
Shell
(
val
command
:
String
)
:
Command
Functions
shell
Link copied to clipboard
fun
CommandDsl
.
shell
(
command
:
String
)